From 104f32e1c03c5fa7975f295e0bca800af97d42ac Mon Sep 17 00:00:00 2001 From: robertlipe Date: Mon, 3 Jun 2013 01:45:58 +0000 Subject: [PATCH] Swap fields 3 and 4 in ozi route writer. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4388 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/ozi.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/ozi.cc b/gpsbabel/ozi.cc index eddda268c..e433f03b6 100644 --- a/gpsbabel/ozi.cc +++ b/gpsbabel/ozi.cc @@ -373,7 +373,7 @@ ozi_route_disp(const waypoint * waypointp) * W,1,7,7,007,-25.581670,-48.316660,36564.54196,10,1,4,0,65535,TR ILHA GALHETA,0,0 */ - gbfprintf(file_out, "W,%d,%d,,%s,%.6f,%.6f,%s,0,1,3,0,65535,%s,0,0\r\n", + gbfprintf(file_out, "W,%d,,%d,%s,%.6f,%.6f,%s,0,1,3,0,65535,%s,0,0\r\n", route_out_count, route_wpt_count, waypointp->shortname ? waypointp->shortname : "", -- 2.30.2